Method ToTreeObject<TProps>(RedbObject<TProps>)

Assembly: redb.Core.dll

Convert RedbObject to TreeRedbObject preserving all properties.

public static TreeRedbObject<TProps> ToTreeObject<TProps>(RedbObject<TProps> source) where TProps : class, new()